home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 524 / 524.xpi / chrome / mid.jar / skin / classic / dict.css < prev    next >
Cascading Style Sheet File  |  2009-10-30  |  2KB  |  115 lines

  1.  
  2. body   { 
  3.     padding:0;
  4.     margin:0; 
  5.     border:0;
  6.     background:rgb(237,228,214); 
  7.     height:100%; 
  8.     max-height:100%;
  9.     overflow:auto; 
  10.     bottom:50px;
  11.     }
  12.  
  13. caption {
  14.     -moz-appearance: none !important;
  15.     -moz-border-radius: 3px 3px 3px 3px !important ;
  16.     font-size:1.3em; margin-right:50px; 
  17.     margin-top:4px; 
  18.     margin-left:50px; 
  19.     height: 2em;
  20.     background:rgb(211,208,210)
  21.     }
  22.  
  23. table.toptable {
  24.     width: 90% ;
  25.     font-size:1.1em; 
  26.     margin:0 3.1em 0 3em; padding:0; 
  27.     text-align:center; 
  28.     border-bottom:1px solid black;
  29.     }
  30.  
  31.  
  32. div.ctrlf   {
  33.     float:right;
  34.     background: white;
  35.     padding: 3px;
  36.     margin-right:  12px;
  37.     margin-bottom:  12px;
  38.     font-size:50% ;
  39.     }
  40.  
  41. div.scrolled {
  42.     width: 90% ;
  43.     position:absolute; 
  44.     margin:0 3em 0 3em; padding:0; 
  45.     font-size:1.1em; 
  46.     top:90px; 
  47.     bottom:50px; 
  48.     overflow: auto;
  49.     }
  50.  
  51. td.hno     {
  52.     width:3%;
  53.     font-size:1.1em;
  54.     font-weight:bold;
  55.     text-align:center;
  56.     }
  57.  
  58. td.htypes {
  59.     width:20%; 
  60.     font-size:1.1em; 
  61.     font-weight:bold; 
  62.     text-align:center;
  63.     }
  64.  
  65.  
  66.  
  67. td.hshortnames {
  68.     width:10%; 
  69.     font-size:1.1em; 
  70.     font-weight:bold; 
  71.     text-align:center;
  72.     }
  73.  
  74. td.huris {
  75.     text-align:center; 
  76.     width:70%; 
  77.     font-size:1.1em; 
  78.     font-weight:bold; 
  79.     }
  80.  
  81. td.hplace {min-width:10%;}
  82.  
  83. tr.scrolledrow { background:rgb(229,218,212); }
  84.  
  85. td.no {
  86.     border-bottom:0px solid  rgb(171,148,156);
  87.     border-right:0px solid   rgb(171,148,156);
  88.     font-weight: 500;
  89.     width:5%;
  90.     }
  91.  
  92. td.types {
  93.     border-bottom:0px solid rgb(201,100,76);
  94.     border-right:0px solid  rgb(201,100,76);;
  95.     font-weight: 500;
  96.     width:15%;
  97.     height: 2.5em;
  98.     background: rgb(243,162,153) ;
  99.     }
  100.  
  101. td.shortnames {
  102.     border-bottom:0px solid rgb(171,148,156);
  103.     border-right:0px solid rgb(171,148,156);
  104.     font-weight: 500;
  105.     width:15%;
  106.     }
  107.  
  108. td.uris {
  109.     border-bottom:0px solid rgb(171,148,156);
  110.     border-right:0px solid rgb(171,148,156);
  111.     font-weight: 500;
  112.     width:75%;
  113.     }
  114.  
  115.